<Code Lib>
2023 Constructor
Changes 4
C

DWFImportOptions(IList(ElementId))

Description:
Constructs a new instance of DWFImportOptions with an array of imported sheet views.
Overloads (2):
DWFImportOptions(IList[ElementId])

public DWFImportOptions(
	IList<ElementId> views
)

  • IList<ElementId>
    views
    These sheet views where DWF markups are imported.

Loading…